Skip to content

chore: revert manifest version bump — keep at scaffold starter (0.1.0)#28

Merged
amrtgaber merged 1 commit into
mainfrom
chore/revert-manifest-version-bump
May 23, 2026
Merged

chore: revert manifest version bump — keep at scaffold starter (0.1.0)#28
amrtgaber merged 1 commit into
mainfrom
chore/revert-manifest-version-bump

Conversation

@amrtgaber

Copy link
Copy Markdown
Contributor

The version field in a template manifest is the scaffold starter version new projects inherit when generated from the template, not the template's own release version. Bumping it to 1.0.0 in #27 was incorrect: any project scaffolded after that PR would start at 1.0.0 instead of 0.1.0, defeating the purpose of a clean baseline.

Reverts pyproject.toml back to 0.1.0.

The template's release history is still tracked via git tags and GitHub Releases (see the v1.0.0 release). After this merges, the v1.0.0 tag will be force-updated to the post-revert HEAD so checking out v1.0.0 also gives a 0.1.0 manifest — the manifest stays decoupled from release versioning, consistently, at every ref.

The version field in a template manifest is the scaffold starter version
that new projects inherit when generated from the template, not the
template's own release version. Bumping it to 1.0.0 in #27 meant any
project scaffolded after that PR would start at 1.0.0 instead of 0.1.0,
defeating the purpose of a clean baseline.

Reverts pyproject.toml to 0.1.0. The template's release history is still
tracked via git tags and GitHub Releases — the v1.0.0 tag will be
re-pointed to the post-revert HEAD so `git checkout v1.0.0` also gives
a 0.1.0 manifest.
@amrtgaber amrtgaber merged commit 3fa35fb into main May 23, 2026
2 checks passed
@amrtgaber amrtgaber deleted the chore/revert-manifest-version-bump branch May 23, 2026 04:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant